home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
gnome-accessibility-themes.prerm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-03-17
|
190 b
|
9 lines
#! /bin/sh
set -e
for theme in $(dpkg -L gnome-accessibility-themes | sed -n 's#^/usr/share/icons/\([^/]*\)/.*#\1#p' | uniq); do
rm -f /usr/share/icons/${theme}/icon-theme.cache
done